2025-11-17

Content

This app provides an introductory exercise to discrete supervised learning methods. It uses the iris data, which comes pre-uploaded with R. Normally iris data comes with 4 features. However, we will use only two of those features for visualization reasons. See the next slide for the correct classification.

Graph of Iris Dataset

Here we are slicing the our data set the same way we did in our app.

Example from Our App

What our app does is that it asks you which classifier you want to use on this data set. After you choose your classifier, if applicable, it asks you pick some parameters from the ones given to you. And then it shows you the results of your classifier. Specifically, it gives you the plot of your results with your accuracy and number of missclassified items.

Graph Example from our App

This is the example for the classifier SVM Linear with cost parameter 0.1.